Fix a copy-paste error
authorMatthias Clasen <mclasen@redhat.com>
Fri, 26 Feb 2016 01:12:53 +0000 (20:12 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 26 Feb 2016 01:12:53 +0000 (20:12 -0500)
gdk/gdkdisplay.c

index 685b8fcf89a5bcee3ba64e66247c7ca1d7bd6498..d51346ff207ea03a457f1e6c8dd966591c2fa852 100644 (file)
@@ -213,7 +213,7 @@ gdk_display_class_init (GdkDisplayClass *class)
   /**
    * GdkDisplay::seat-removed:
    * @display: the object on which the signal is emitted
-   * @seat: the seat that was just added
+   * @seat: the seat that was just removed
    *
    * The ::seat-removed signal is emitted whenever a seat is removed
    * by the windowing system.